* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
html {
  font-size: 100px;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  box-sizing: border-box;
  background: #fbfaff;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.headerOn .header {
  position: fixed;
  background: #333;
}
.container1 {
  width: 100%;
  padding: 0 8.3333%;
  box-sizing: border-box;
}
.banner {
  position: relative;
}
.banner ul li a {
  display: block;
  width: 100%;
}
.banner ul li a img {
  display: block;
  width: 100%;
}
.banner .bannerL {
  width: 0.46rem;
  height: 0.46rem;
  background: url(../images/bannerL.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.7rem;
  z-index: 2;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .bannerL:hover {
  opacity: 1;
  background: url(../images/bannerL.png) no-repeat center;
}
.banner .bannerR {
  width: 0.46rem;
  height: 0.46rem;
  background: url(../images/bannerR.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.7rem;
  z-index: 2;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .bannerR:hover {
  opacity: 1;
  background: url(../images/bannerR.png) no-repeat center;
}
.banner .bannerAddPage {
  position: absolute;
  z-index: 3;
  bottom: 0.3rem;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}
.banner .bannerAddPage span {
  background: url(../images/bannerIco.png) no-repeat center !important;
  opacity: 1;
  margin: 0 10px;
  width: 34px;
  height: 34px;
  display: block;
  border: 0;
}
.banner .bannerAddPage span.swiper-pagination-bullet-active {
  background: url(../images/bannerActive.png) no-repeat center !important;
}
.about {
  margin-top: 1.1rem;
  padding-bottom: 1.1rem;
  background: #fff url(../images/aboutBg.jpg) no-repeat center bottom;
  background-size: cover;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.about .aboutBox .aboutL {
  flex: 0 0 54.125%;
  justify-content: center;
  float: left;
  width: 54.125%;
}
.about .aboutBox .aboutL h5 {
  padding-top: 0.3rem;
  font-size: 0.42rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  font-weight: bold;
}
.about .aboutBox .aboutL h3 {
  padding-top: 0.17rem;
  padding-bottom: 0.43rem;
}
.about .aboutBox .aboutL h3 a {
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 1;
}
.about .aboutBox .aboutL .aboutLine {
  width: 0.35rem;
  height: 3px;
  background: #c61621;
  display: block;
}
.about .aboutBox .aboutL p {
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-top: 0.5rem;
}
.about .aboutBox .aboutL a.aboutMore {
  width: 1.8rem;
  height: 0.5rem;
  background: #c61621;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 0.5rem;
  margin-top: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutL a.aboutMore i {
  color: #fff;
  font-size: 0.16rem;
}
.about .aboutBox .aboutL a.aboutMore b {
  width: 0.17rem;
  height: 0.05rem;
  margin-left: 0.08rem;
  background: url(../images/aboutLIco.png) no-repeat center;
}
.about .aboutBox .aboutL a.aboutMore:hover {
  margin-left: 10px;
}
.about .aboutBox .aboutL ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.8rem;
}
.about .aboutBox .aboutL ul li {
  flex: 0 0 25%;
  justify-content: center;
  float: left;
  width: 25%;
  padding: 0 2%;
  box-sizing: border-box;
  border-right: 1px solid #d9d9d9;
}
.about .aboutBox .aboutL ul li .aboutJJ {
  width: 100%;
  justify-items: center;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}
.about .aboutBox .aboutL ul li .aboutJJ img {
  height: 0.43rem;
  display: block;
}
.about .aboutBox .aboutL ul li .aboutJJ em {
  display: block;
  padding-left: 0.2rem;
}
.about .aboutBox .aboutL ul li .aboutJJ em span {
  font-size: 0.16rem;
  color: #333;
  display: block;
}
.about .aboutBox .aboutL ul li .aboutJJ em b {
  font-weight: normal;
  color: #808080;
  display: block;
}
.about .aboutBox .aboutR {
  flex: 0 0 39.6875%;
  justify-content: center;
  float: left;
  width: 39.6875%;
}
.about .aboutBox .aboutR img {
  display: block;
  width: 100%;
}
.video {
  position: fixed;
  z-index: 333;
  background: #c61621;
  width: 50vw;
  height: 70vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.video video {
  width: 100%;
  height: 100%;
  background: #333;
}
.video i {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.2rem;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  z-index: 999999;
}
.product {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  background: #fff;
}
.product .productTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product .productTitle .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.product .productTitle .title .titleL h5 {
  padding-top: 0.3rem;
  font-size: 0.42rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  font-weight: bold;
}
.product .productTitle .title .titleL h3 {
  padding-top: 0.17rem;
  padding-bottom: 0;
}
.product .productTitle .title .titleL h3 a {
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 1;
}
.product .productTitle .title .titleR {
  font-size: 0.16rem;
  color: #666666;
  padding-left: 0.45rem;
}
.product .productTitle .productTitleR a {
  width: 1.7rem;
  height: 0.46rem;
  background: #c61621;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 0.46rem;
  font-size: 0.16rem;
  color: #fff;
}
.product .productBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 0.4rem;
}
.product .productBox ul li {
  flex: 0 0 23.75%;
  justify-content: center;
  float: left;
  width: 23.75%;
  box-shadow: 0 0 15px rgba(6, 149, 56, 0.12);
  background: #fff;
  margin-top: 0.22rem;
}
.product .productBox ul li a {
  display: block;
}
.product .productBox ul li a i {
  display: block;
  padding: 41% 0;
  position: relative;
  overflow: hidden;
}
.product .productBox ul li a i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox ul li a em {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 0.5rem;
  align-items: center;
  padding: 0 0.15rem;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox ul li a em span {
  flex: 0 0 calc(100% - 4em);
  justify-content: center;
  float: left;
  width: calc(100% - 4em);
  font-size: 0.16rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .productBox ul li a em b {
  font-weight: normal;
  font-size: 0.14rem;
  color: #737373;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox ul li a:hover i img {
  transform: scale(1.1);
}
.product .productBox ul li a:hover em {
  background: #c61621;
}
.product .productBox ul li a:hover em span {
  color: #fff;
}
.product .productBox ul li a:hover em b {
  color: #fff;
}
.reason {
  background: url(../images/reasonBg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 0.76rem;
  padding-bottom: 1.18rem;
}
.reason .title {
  text-align: center;
}
.reason .title h5 {
  font-size: 0.42rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.reason .title h3 {
  padding-top: 0.17rem;
  font-size: 0.34rem;
  line-height: 1;
  font-weight: normal;
  color: #fff;
}
.reason .title p {
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.34rem;
  width: 49%;
  margin: 0.38rem auto 0;
}
.reason .reasonCenter {
  padding-top: 1rem;
  width: 100%;
}
.reason .reasonCenter ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.reason .reasonCenter ul li {
  flex: 0 0 21.875%;
  justify-content: center;
  float: left;
  width: 21.875%;
  height: 4.7rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
.reason .reasonCenter ul li .reasonShow {
  position: absolute;
  bottom: 0.5rem;
  padding: 0.2rem;
  box-sizing: border-box;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
.reason .reasonCenter ul li .reasonShow h5 {
  font-size: 0.2rem;
  color: #fff;
  line-height: 1;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
.reason .reasonCenter ul li .reasonShow span {
  font-size: 0.14rem;
  color: #fff;
  padding-top: 0.15rem;
  display: block;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
.reason .reasonCenter ul li .reasonHide {
  position: absolute;
  top: 100vh;
}
.reason .reasonCenter ul li:nth-child(1) {
  background: url(../images/reasonMin1.jpg) no-repeat center;
  background-size: cover;
}
.reason .reasonCenter ul li:nth-child(2) {
  background: url(../images/reasonMin2.jpg) no-repeat center;
  background-size: cover;
}
.reason .reasonCenter ul li:nth-child(3) {
  background: url(../images/reasonMin3.jpg) no-repeat center;
  background-size: cover;
}
.reason .reasonCenter ul li:nth-child(4) {
  background: url(../images/reasonMin4.jpg) no-repeat center;
  background-size: cover;
}
.reason .reasonCenter ul li:nth-child(5) {
  background: url(../images/reasonMin5.jpg) no-repeat center;
  background-size: cover;
}
.reason .reasonCenter ul li:nth-child(6) {
  background: url(../images/reasonMin6.jpg) no-repeat center;
  background-size: cover;
}
.reason .reasonCenter ul li.on {
  flex: 0 0 34.375%;
  justify-content: center;
  float: left;
  width: 34.375%;
}
.reason .reasonCenter ul li.on .reasonShow {
  opacity: 0;
}
.reason .reasonCenter ul li.on .reasonHide {
  opacity: 1;
  top: 0%;
  padding: 0.35rem;
}
.reason .reasonCenter ul li.on .reasonHide h5 {
  font-size: 0.2rem;
  color: #fff;
  line-height: 1;
  padding-top: 10vh;
}
.reason .reasonCenter ul li.on .reasonHide span {
  font-size: 0.14rem;
  color: #fff;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  display: block;
}
.reason .reasonCenter ul li.on .reasonHide p {
  font-size: 0.14rem;
  line-height: 2;
  color: #fff;
}
.reason .reasonCenter ul li.on:nth-child(1) {
  background: url(../images/reasonMax1.jpg) no-repeat center;
  background-size: cover;
}
.reason .reasonCenter ul li.on:nth-child(2) {
  background: url(../images/reasonMax2.jpg) no-repeat center;
  background-size: cover;
}
.reason .reasonCenter ul li.on:nth-child(3) {
  background: url(../images/reasonMax3.jpg) no-repeat center;
  background-size: cover;
}
.reason .reasonCenter ul li.on:nth-child(4) {
  background: url(../images/reasonMax4.jpg) no-repeat center;
  background-size: cover;
}
.reason .reasonCenter ul li.on:nth-child(5) {
  background: url(../images/reasonMax5.jpg) no-repeat center;
  background-size: cover;
}
.reason .reasonCenter ul li.on:nth-child(6) {
  background: url(../images/reasonMax6.jpg) no-repeat center;
  background-size: cover;
}
.area {
  padding-top: 0.5rem;
}
.area .productTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.area .productTitle .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.area .productTitle .title .titleL h5 {
  padding-top: 0.3rem;
  font-size: 0.42rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  font-weight: bold;
}
.area .productTitle .title .titleL h3 {
  padding-top: 0.17rem;
  padding-bottom: 0;
}
.area .productTitle .title .titleL h3 a {
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 1;
}
.area .productTitle .areaTitleR ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.area .productTitle .areaTitleR ul li a {
  margin-left: 0.2rem;
  width: 1.7rem;
  height: 0.46rem;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 0.46rem;
  font-size: 0.16rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.area .productTitle .areaTitleR ul li.on a {
  color: #fff;
  background: #c61621;
}
.area .areaBoxCenter {
  position: relative;
}
.area .areaBoxCenter .areaBox {
  margin-top: 0.32rem !important;
}
.area .areaBoxCenter .areaBox ul {
  padding: 0.2rem 0;
}
.area .areaBoxCenter .areaBox ul li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.area .areaBoxCenter .areaBox ul li a i {
  position: relative;
  padding: 38.5% 0;
  display: block;
  overflow: hidden;
}
.area .areaBoxCenter .areaBox ul li a i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.area .areaBoxCenter .areaBox ul li a em {
  height: 0.45rem;
  display: block;
  padding: 0 0.1rem;
  box-sizing: border-box;
  line-height: 0.45rem;
  font-size: 0.16rem;
  padding-right: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff url(../images/areaBoxCenterR.png) no-repeat 95% center;
}
.area .areaBoxCenter .areaBox ul li:hover {
  transform: translateY(-10px);
}
.area .areaBoxCenter .areaBox ul li:hover a i img {
  transform: scale(1.1);
}
.area .areaBoxCenter .areal {
  position: absolute;
  top: 50%;
  left: -5vw;
  transform: translateY(-50%);
}
.area .areaBoxCenter .areal .bannerBottomCenter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #333;
  font-size: 0.12rem;
  text-transform: uppercase;
  cursor: pointer;
}
.area .areaBoxCenter .areal .bannerBottomCenter img {
  width: 0.17rem;
  height: 0.05rem;
  display: block;
  margin-right: 0.1rem;
}
.area .areaBoxCenter .arear {
  position: absolute;
  top: 50%;
  right: -5vw;
  transform: translateY(-50%);
}
.area .areaBoxCenter .arear .bannerBottomCenter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #333;
  font-size: 0.12rem;
  text-transform: uppercase;
  cursor: pointer;
}
.area .areaBoxCenter .arear .bannerBottomCenter img {
  width: 0.17rem;
  height: 0.05rem;
  display: block;
  margin-left: 0.1rem;
}
.case {
  padding-top: 0.5rem;
  display: block;
  padding-bottom: 0.3rem;
}
.case .title h5 {
  font-size: 0.42rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.case .title h3 {
  padding-top: 0.17rem;
  text-align: center;
}
.case .title h3 a {
  font-size: 0.34rem;
  line-height: 1;
  font-weight: normal;
}
.case .caseBox {
  padding: 0.4rem 1% 0;
  box-sizing: border-box;
}
.case .caseBox ul {
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .caseBox ul li {
  flex: 0 0 24%;
  justify-content: center;
  float: left;
  width: 24%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.2rem;
}
.case .caseBox ul li a i {
  position: relative;
  padding: 38.5% 0;
  display: block;
  overflow: hidden;
}
.case .caseBox ul li a i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li a em {
  height: 0.45rem;
  display: block;
  padding: 0 0.1rem;
  box-sizing: border-box;
  line-height: 0.45rem;
  font-size: 0.16rem;
  padding-right: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #f4f4f4 url(../images/productCenterR.png) no-repeat 95% center;
}
.case .caseBox ul li:hover {
  transform: translateY(-10px);
}
.case .caseBox ul li:hover a i img {
  transform: scale(1.1);
}
.partners {
  padding-top: 0.55rem;
  padding-bottom: 0.85rem;
  background: url(../images/partners.jpg) no-repeat center;
  background-size: cover;
}
.partners .title {
  text-align: center;
}
.partners .title h5 {
  font-size: 0.42rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.partners .title h3 a {
  display: block;
  padding-top: 0.17rem;
  font-size: 0.34rem;
  line-height: 1;
  font-weight: normal;
  color: #fff;
}
.partners ul {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}
.partners ul li {
  float: left;
  width: 10.875%;
  margin-right: 3.98%;
  margin-left: 3.98%;
}
.partners ul li a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partners ul li a i {
  width: 100%;
  height: 100%;
  background: url(../images/polo_6.png) no-repeat center;
  background-size: contain;
  position: relative;
  padding: 23% 0;
  display: block;
}
.partners ul li a i img {
  height: 0.5rem;
  display: block;
  margin: 0 auto;
}
.partners ul li a em {
  display: block;
  text-align: center;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partners ul li a:hover {
  transform: translateY(-5px);
}
.partners ul li a:hover em {
  color: #c61621;
}
.news {
  background: url(../images/news.jpg) no-repeat center;
  padding-top: 0.57rem;
  padding-bottom: 0.88rem;
  background-size: cover;
}
.news .newsTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.news .newsTitle .title h5 {
  font-size: 0.42rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  font-weight: bold;
}
.news .newsTitle .title h3 {
  padding-top: 0.17rem;
}
.news .newsTitle .title h3 a {
  font-size: 0.34rem;
  line-height: 1;
  font-weight: normal;
}
.news .newsTitle .newsR {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.news .newsTitle .newsR ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.news .newsTitle .newsR ul li {
  width: 1.65rem;
  height: 0.5rem;
  background: #e6e6e6;
  margin-left: 0.46rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsTitle .newsR ul li a {
  display: block;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.16rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsTitle .newsR ul li.on {
  background: #c61621;
}
.news .newsTitle .newsR ul li.on a {
  color: #fff;
}
.news .newsTitle .newsR span {
  display: block;
  width: 1.65rem;
  height: 0.5rem;
  background: #e6e6e6;
  margin-left: 0.46rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsTitle .newsR span a {
  display: block;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.16rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsTitle .newsR span:hover {
  background: #c61621;
}
.news .newsTitle .newsR span:hover a {
  color: #fff;
}
.news .newsBox {
  position: relative;
}
.news .newsBox ul {
  margin-top: 0.74rem;
}
.news .newsBox ul li a {
  display: block;
}
.news .newsBox ul li a i {
  font-size: 0.2rem;
  line-height: 0.38rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 0.76rem;
}
.news .newsBox ul li a u {
  display: block;
  width: 0.28rem;
  height: 0.03rem;
  background: #333;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.news .newsBox ul li a dd {
  font-size: 0.14rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999999;
  margin-bottom: 0.2rem;
}
.news .newsBox ul li a span {
  position: relative;
  display: block;
  padding: 33% 0;
  overflow: hidden;
}
.news .newsBox ul li a span img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}
.news .newsBox ul li a dt {
  font-size: 0.16rem;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.56rem;
  margin-top: 0.2rem;
}
.news .newsBox ul li a b {
  color: #333;
  font-size: 0.16rem;
  color: #999;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0.15rem;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox ul li:hover a i {
  color: #c61621;
}
.news .newsBox ul li:hover a span img {
  transform: scale(1.1);
}
.news .newsBox ul li:hover a b {
  color: #c61621;
}
.news .newsBox .newsl {
  position: absolute;
  top: 50%;
  left: -5vw;
  transform: translateY(-50%);
}
.news .newsBox .newsl .bannerBottomCenter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #333;
  font-size: 0.12rem;
  text-transform: uppercase;
  cursor: pointer;
}
.news .newsBox .newsl .bannerBottomCenter img {
  width: 0.17rem;
  height: 0.05rem;
  display: block;
  margin-right: 0.1rem;
}
.news .newsBox .newsr {
  position: absolute;
  top: 50%;
  right: -5vw;
  transform: translateY(-50%);
}
.news .newsBox .newsr .bannerBottomCenter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #333;
  font-size: 0.12rem;
  text-transform: uppercase;
  cursor: pointer;
}
.news .newsBox .newsr .bannerBottomCenter img {
  width: 0.17rem;
  height: 0.05rem;
  display: block;
  margin-left: 0.1rem;
}
@media (max-width: 980px) {
  .banner .bannerL {
    display: none;
  }
  .banner .bannerR {
    display: none;
  }
  .banner .bannerBottom {
    bottom: 0.2rem;
  }
  .about {
    margin-top: 0;
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .about .aboutBox .aboutL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .about .aboutBox .aboutL h5 {
    padding-top: 0;
    font-size: 0.24rem;
    text-align: center;
  }
  .about .aboutBox .aboutL h3 {
    padding-bottom: 0.2rem;
  }
  .about .aboutBox .aboutL h3 a {
    font-size: 0.2rem;
    text-align: center;
    width: 100%;
    display: block;
  }
  .about .aboutBox .aboutL p {
    margin-top: 0.3rem;
  }
  .about .aboutBox .aboutL .aboutLine {
    margin: 0 auto;
  }
  .container1 {
    padding: 0 0.15rem;
  }
  .about .aboutBox .aboutL a.aboutMore {
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .about .aboutBox .aboutL ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
    margin-bottom: 0.2rem;
    text-align: center;
  }
  .about .aboutBox .aboutL ul li i {
    width: 100%;
    justify-content: center;
  }
  .about .aboutBox .aboutL ul li i span {
    font-size: 0.3rem;
  }
  .about .aboutBox .aboutL ul li i strong {
    font-size: 0.3rem;
  }
  .about .aboutBox .aboutR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 0.4rem;
  }
  .product .productBox .productR {
    display: none;
  }
  .product .productNext {
    display: none;
  }
  .product .productBg {
    display: none;
  }
  .product {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .product .productBox ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
  }
  .product .productBox ul li a em b {
    display: none;
  }
  .product .productBox ul li a em span {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .video {
    width: 94vw;
    height: 40vh;
  }
  .reason {
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
  }
  .reason .title h5 {
    padding-top: 0;
    font-size: 0.24rem;
    text-align: center;
  }
  .reason .title h3 {
    padding-bottom: 0.2rem;
    font-size: 0.2rem;
    text-align: center;
    width: 100%;
    display: block;
  }
  .reason .title p {
    width: 100%;
  }
  .reason .title p {
    margin-top: 0rem;
    font-size: 0.14rem;
    line-height: 2;
  }
  .reason .reasonCenter {
    padding-top: 0.3rem;
  }
  .reason .reasonCenter ul {
    justify-content: initial;
    flex-wrap: nowrap;
  }
  .reason .reasonCenter ul li {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .reason .reasonCenter ul li.on {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .reason .reasonCenter ul li.swiper-slide-active {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .reason .reasonCenter ul li.swiper-slide-active .reasonShow {
    opacity: 0;
  }
  .reason .reasonCenter ul li.swiper-slide-active .reasonHide {
    opacity: 1;
    top: 0%;
    padding: 0.35rem;
  }
  .reason .reasonCenter ul li.swiper-slide-active .reasonHide h5 {
    font-size: 0.2rem;
    color: #fff;
    line-height: 1;
    padding-top: 10vh;
  }
  .reason .reasonCenter ul li.swiper-slide-active .reasonHide span {
    font-size: 0.14rem;
    color: #fff;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    display: block;
  }
  .reason .reasonCenter ul li.swiper-slide-active .reasonHide p {
    font-size: 0.14rem;
    line-height: 2;
    color: #fff;
  }
  .reason .reasonCenter ul li.swiper-slide-active:nth-child(1) {
    background: url(../images/reasonMax1.jpg) no-repeat center;
    background-size: cover;
  }
  .reason .reasonCenter ul li.swiper-slide-active:nth-child(2) {
    background: url(../images/reasonMax2.jpg) no-repeat center;
    background-size: cover;
  }
  .reason .reasonCenter ul li.swiper-slide-active:nth-child(3) {
    background: url(../images/reasonMax3.jpg) no-repeat center;
    background-size: cover;
  }
  .reason .reasonCenter ul li.swiper-slide-active:nth-child(4) {
    background: url(../images/reasonMax4.jpg) no-repeat center;
    background-size: cover;
  }
  .case {
    padding-top: 0.2rem;
  }
  .case .caseBox {
    padding-top: 0;
  }
  .case .caseBox ul {
    padding: 0 0.15rem;
    box-sizing: border-box;
  }
  .case .caseBox ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
  }
  .area .productTitle .title .titleL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .area .productTitle .title {
    width: 100%;
  }
  .area .productTitle .title .titleL h5 {
    padding-top: 0;
    font-size: 0.24rem;
    text-align: center;
  }
  .area .productTitle .areaTitleR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 0.3rem;
  }
  .area .productTitle .areaTitleR ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .area .productTitle .areaTitleR ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
  }
  .area .productTitle .areaTitleR ul li a {
    width: 100%;
    margin-left: 0;
  }
  .product {
    padding-top: 0.2rem;
  }
  .product .productTitle .title .titleL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .product .productTitle .title .titleL h5 {
    font-size: 0.24rem;
    text-align: center;
  }
  .product .productTitle .title .titleL h3 {
    padding-bottom: 0.2rem;
  }
  .product .productTitle .title .titleL h3 a {
    font-size: 0.2rem;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: normal;
  }
  .area .areaBoxCenter .areaBox {
    margin-top: 0 !important;
  }
  .product .productBox ul {
    padding-top: 0.2rem;
  }
  .product .productTitle .title .titleR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .productTitleR {
    display: none;
  }
  .areal,
  .arear {
    display: none;
  }
  .area .productTitle .title .titleL h3 {
    padding-bottom: 0.2rem;
  }
  .area .productTitle .title .titleL h3 a {
    font-size: 0.2rem;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: normal;
  }
  .honor .title h5 {
    padding-top: 0;
    font-size: 0.24rem;
    text-align: center;
  }
  .honor .title h3 {
    padding-bottom: 0.2rem;
  }
  .honor .title h3 a {
    font-size: 0.2rem;
    text-align: center;
    width: 100%;
    display: block;
  }
  .honor {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .honor .honorBox {
    padding-top: 0.3rem;
  }
  .honor .honorBox ul .swiper-slide-active a {
    transform: translateY(0);
  }
  .honor .honorCenter {
    width: 84vw;
    margin-top: 0.3rem;
  }
  .case .title h5 {
    padding-top: 0;
    font-size: 0.24rem;
    text-align: center;
  }
  .case .title h3 {
    padding-bottom: 0.2rem;
  }
  .case .title h3 a {
    font-size: 0.2rem;
    text-align: center;
    width: 100%;
    display: block;
  }
  .case ul {
    margin-top: 0.1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .case ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
    margin-bottom: 0.2rem;
  }
  .display .displayBox ul li.swiper-slide-active a {
    background: transparent;
  }
  .display .title h5 {
    padding-top: 0;
    font-size: 0.24rem;
    text-align: center;
  }
  .display .title h3 {
    padding-bottom: 0.2rem;
  }
  .display .title h3 a {
    font-size: 0.2rem;
    text-align: center;
    width: 100%;
    display: block;
  }
  .display .caseCenter {
    width: 84vw;
    margin-top: 0.3rem;
  }
  .news .newsTitle .title {
    width: 100%;
    text-align: center;
  }
  .news .newsTitle .title a i {
    text-align: center;
  }
  .display .displayBox ul li a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.2rem;
  }
  .partners {
    padding-bottom: 0.2rem;
    padding-bottom: 0.5rem;
  }
  .partners .title h5 {
    padding-top: 0;
    font-size: 0.24rem;
    text-align: center;
  }
  .partners .title h3 {
    padding-bottom: 0.2rem;
  }
  .partners .title h3 a {
    font-size: 0.2rem;
    text-align: center;
    width: 100%;
    display: block;
  }
  .partners ul {
    margin-top: 0.1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .partners ul li {
    flex: 0 0 30%;
    justify-content: center;
    float: left;
    width: 30%;
    margin-bottom: 0rem;
    margin-right: 0;
    margin-left: 0;
  }
  .partners ul li a i img {
    height: 0.3rem;
    padding-top: 0.2rem;
  }
  .partners ul li a em {
    padding-top: 0.12rem;
  }
  .partners ul li a i {
    padding: 14% 0;
  }
  .news .newsTitle .title h5 {
    padding-top: 0;
    font-size: 0.24rem;
    text-align: center;
  }
  .news .newsTitle .title h3 {
    padding-bottom: 0.2rem;
  }
  .news .newsTitle .title h3 a {
    font-size: 0.2rem;
    text-align: center;
    width: 100%;
    display: block;
  }
  .news .newsTitle .title a span {
    text-align: center;
  }
  .news .newsTitle .newsR span {
    display: none;
  }
  .news .newsTitle .newsR {
    width: 100%;
    margin-top: 0.2rem;
  }
  .news .newsTitle .newsR ul {
    width: 100%;
  }
  .news .newsTitle .newsR ul li {
    flex: 0 0 33.33333%;
    justify-content: center;
    float: left;
    width: 33.33333%;
    margin-left: 0;
  }
  .news .newsBox .newsl {
    display: none;
  }
  .news .newsBox .newsr {
    display: none;
  }
  .news .newsBox ul {
    margin-top: 0.4rem;
  }
  .news .newsBox ul li a i {
    font-size: 0.16rem;
    line-height: 2;
  }
  .news .newsBox ul li a u {
    margin: 0.1rem 0 0.1rem 0;
  }
  .news .newsBox ul li a dt {
    font-size: 0.14rem;
    line-height: 2;
  }
  .news {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }
}
